| lcBlockAddLeader | Home |
|
HANDLE lcBlockAddLeader ( HANDLE hBlock, LPCWSTR szText, double Xt, double Yt, double LandDist, double Xa, double Ya, int Attach, int Align ); |
| hBlock | |||||||||
| Handle to a block. | |||||||||
| szText | |||||||||
| Text string. It can contain formatting codes which allow to set different fonts, characters height and colors within one text object. | |||||||||
| Xt Yt | |||||||||
| Center point of the text frame. | |||||||||
| LandDist | |||||||||
| Length of landing line. | |||||||||
| Xa Ya | |||||||||
| End point of the leader line (arrow position). | |||||||||
| Attach | |||||||||
Defines how leader line is attached to the text frame.
Can be a combination of the following values:
| |||||||||
| Align | |||||||||
For multiline text. An alignment inside of the text frame. Can be one of the following values:
| |||||||||
| Handle to created Leader object or NULL if the function fails. |
| Dimension style |